+gpsbabel (1.3.2) unstable; urgency=low
+
+ * New upstream version. Closes: #383899, #380533, #304178.
+ * Style docs now included. Closes: #348986. (Note: README.style
+ no longer exists)
+
+ -- John Goerzen <jgoerzen@complete.org> Fri, 17 Nov 2006 03:57:30 -0600
+
gpsbabel (1.2.7-1) unstable; urgency=low
* New upstream version. Closes: #317559.
Section: utils
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev
+Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc
Standards-Version: 3.6.0
Package: gpsbabel
README
-README.contrib
-README.magnav
-README.mapconverter
-README.psp
-README.xmapwpt
+README.*
configure: configure-stamp
configure-stamp:
dh_testdir
+ $(SHELL) ./configure --with-zlib=system --with-doc=debian/doctmp \
+ --prefix=/usr
# Add here commands to configure the package.
touch configure-stamp
build-stamp: configure-stamp
dh_testdir
+ mkdir debian/doctmp
# Add here commands to compile the package.
$(MAKE)
chmod u+x testo
# Add here commands to clean up after the build process.
-$(MAKE) clean
-cd doc && $(MAKE) clean
+ -rm -r debian/doctmp
dh_clean
dh_installdirs
# Add here commands to install the package into debian/gpsbabel.
- #$(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel
- install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel
+ #install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin
# Build architecture-independent files here.